Skip to main content
Version: 5.2.0

fromUtf8

Helper function that will convert UTF8 to HEX. And toUtf8 function is also available.

Usage

TronWeb.fromUtf8(value)

Parameter

ParameterDescriptionData Type
valueThe value to be convertedString

Returns

String

Example

> TronWeb.fromUtf8("test")
> "0x74657374"